home *** CD-ROM | disk | FTP | other *** search
/ Aminet 25 / Aminet 25 (1998)(GTI - Schatztruhe)[!][Jun 1998].iso / Aminet / dev / amos / AMOS0398.lzh / AMOSLIST / 000312_amos-request@svcs1.digex.net_Sun Mar 29 07:16:27 1998.msg < prev    next >
Text File  |  1998-04-01  |  3KB  |  65 lines

  1. >From amos-request@svcs1.digex.net  Sun Mar 29 07:16:27 1998
  2. Received: from svcs1.digex.net (svcs1.digex.net [204.91.197.224])
  3.     by pony-2.mail.digex.net (8.8.8/8.8.8) with ESMTP id HAA07206
  4.     for <mcox@access.digex.net>; Sun, 29 Mar 1998 07:16:26 -0500 (EDT)
  5. Received: (from daemon@localhost)
  6.     by svcs1.digex.net (8.8.5/8.8.5) id GAA24625
  7.     for amos-out; Sun, 29 Mar 1998 06:30:57 -0500 (EST)
  8. Received: from pony-2.mail.digex.net (pony-2.mail.digex.net [204.91.241.6])
  9.     by svcs1.digex.net (8.8.5/8.8.5) with ESMTP id GAA24622
  10.     for <amos-list@svcs1.digex.net>; Sun, 29 Mar 1998 06:30:56 -0500 (EST)
  11. Received: from mail-in2.inet.tele.dk (mail-in2.inet.tele.dk [194.182.148.151])
  12.     by pony-2.mail.digex.net (8.8.8/8.8.8) with SMTP id GAA05670
  13.     for <amos-list@access.digex.net>; Sun, 29 Mar 1998 06:30:55 -0500 (EST)
  14. Received: (qmail 28786 invoked from network); 29 Mar 1998 11:30:54 -0000
  15. Received: from post8.tele.dk (194.239.134.172)
  16.   by mail-in2.inet.tele.dk with SMTP; 29 Mar 1998 11:30:54 -0000
  17. Received: from post8.tele.dk ([194.239.180.68]) by post8.tele.dk
  18.           (Netscape Mail Server v2.02) with SMTP id AAA38398;
  19.           Sun, 29 Mar 1998 12:30:52 +0100
  20. From: Jens Vang Petersen <top_cat@post8.tele.dk>
  21. To: Morten Bolstad <mortenbo@login.eunet.no>, amos-list@access.digex.net
  22. Date: Sun, 29 Mar 1998 12:28:44 +0100
  23. Message-ID: <yam7392.2201.1748340752@post8.tele.dk>
  24. In-Reply-To: <yam143.1610.2014025440@smtp.eunet.no>
  25. X-Mailer: YAM 2.0.0 Preview [020] - Amiga Mailer by Marcel Beck - http://www.yam.ch
  26. Subject: Re: Zones.
  27. MIME-Version: 1.0
  28. Content-Type: text/plain
  29. Status: O
  30. X-Status: 
  31.  
  32. On 24-Maj-78, Morten Bolstad smashed the keyboard with:
  33. > Oki here is a question for you smart coders out there.
  34.  
  35. That sounds like me ;-)
  36.  
  37.  
  38. > Isent there a command in Amos that sets up a zone around a txt String??
  39. > How does it works??
  40.  
  41. Providing that you use 'print' to put it on screen, you can use 'Zone$'.
  42. Doing like this should set up a zone no. 1 around the text:
  43. Print Zone$("Thiz is Zone 1",1)
  44.  
  45. That's it, you might wanna include 'Border$' to as it will create a 'box'
  46. around the text:
  47. Print Zone$(Border$("Zone 1 with border",2),2)..
  48.  
  49. Oh yes the '2' in Border$ is the style of the border..
  50.  
  51. Hope it helps..
  52. -- 
  53. Kind regards from
  54. ______________________________________________________________________________
  55.  /_  __/ __  / __  /\  ___\  __ \__  _\               aka. JENS VANG PETERSEN
  56.   / / / /_/ / ____/  \ \___\  __ \ \ \                  top_cat@post8.tele.dk
  57.  /_/ /_____/_/        \_____\_\ \_\ \_\
  58. ------------------------------------------------------------------------------
  59.                     http://home8.inet.tele.dk/top_cat/
  60.   -+-    Home of 'The Ultimate Extension list' for AMOS TC & AMOS PRO    -+-
  61.             -+-  SUPPORT - AMOS - AMIGA - AQUA - STARTREK TNG  -+-
  62. ------------------------------------------------------------------------------
  63.  The attention span of a computer is only as long as its power cord.
  64. ------------------------------------------------------------------------------
  65.